home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / action_fishing.swf / scripts / DefineButton2_250 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-13  |  73b  |  5 lines

  1. on(release){
  2.    _root.score = _root.puntos;
  3.    _root.gameover = 1;
  4. }
  5.